home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / 1stpr182.arc / 1STPRINT.TXT < prev   
Text File  |  1989-07-06  |  8KB  |  183 lines

  1.  
  2.  
  3.  
  4.  
  5.                                   1STPRINT.DOC
  6.        
  7.                                Documentation for
  8.                                   1STPRINT.PRG
  9.                                   Version 1.82
  10.                                    07/04/89
  11.        
  12.        
  13.        In the early days of the ST, 1st Word was its only GEM  based word 
  14.        processor.  Since  it also came  bundled with the  machine,  these 
  15.        factors tended to make 1st Word a universal item among ST  owners. 
  16.        Now  days  however that has all changed.  1st Word  is  no  longer 
  17.        bundled  with the ST and other more feature laden word  processors 
  18.        have taken its place for many users.  Still,  since it once was so 
  19.        popular  many documents are,  and continue to be,  written in  1st 
  20.        Word and its big brother 1st Word Plus. This has presented a small 
  21.        problem  for  those  without them to  print  1st  Word  documents. 
  22.        1stprint.prg  was written to solve this problem. 
  23.        
  24.        1stprint prints 1st Word or 1st Word Plus documents to a  printer 
  25.        or captures them in text files for later use.  The output that is 
  26.        printed  is not just an ascii translation but a  fully  formatted 
  27.        document printed just as if the 1st Word  word processor had been 
  28.        used.
  29.        
  30.        1stprint  is  easy  to use and can be run on either  a  color  or 
  31.        monochrome  ST system.  There are no special memory  requirements 
  32.        but  at the moment the output to the printer is limited to  EPSON 
  33.        or near EPSON compatible type printers. 
  34.        
  35.        
  36.        To run:
  37.        
  38.             Make sure that 1stprint.prg and 1stprint.rsc are located  in 
  39.             the same directory. 
  40.        
  41.             Double-Click with the mouse on 1stprint.prg .
  42.        
  43.             A  Gem  menu  will then be displayed with  prompts  for  the 
  44.             following items:
  45.        
  46.                  1. Which file to print 
  47.                  2. The starting and ending page numbers.
  48.                  3. The left margin offset.
  49.                  4. The number of copies to be made.
  50.                  5. The output directed to a file,to a printer, or both.
  51.                  6. Which Printer Type
  52.                  7. Whether or not to print in Near Letter Quality (NLQ).
  53.        
  54.             Change items 2 through 4 by clicking within the  appropriate 
  55.             box and typing in the desired value.
  56.        
  57.             Change  item  5 by clicking on the boxes  marker  'FILE'  or 
  58.             'PRINTER'.  If you wish both, just make sure that both boxes 
  59.             are selected.
  60.        
  61.             Next click on 'PRINT WHICH FILE ?'.  The file selection menu 
  62.             will be displayed and allow you to select the file you  wish 
  63.             processed.  Once  the file has been selected  the  selection 
  64.             menu will disappear and a message telling you that the  file 
  65.             has been selected will be displayed.
  66.        
  67.             If you have selected the output to go to a disk  file,  that 
  68.             file will be named 'your file '.txt and be saved in the same 
  69.             directory as the input file. For example:
  70.        
  71.                       if the input file is \WP\1STPRINT.DOC 
  72.        
  73.                       the output file will be \WP\1STPRINT.TXT.
  74.        
  75.             If  the input file has a '.txt' suffix the output  file  will 
  76.             have a '.tx2' suffix. For example:
  77.         
  78.                       if the input file is \WP\1STPRINT.TXT
  79.        
  80.                       the output file will be \WP\1STPRINT.TX2 
  81.        
  82.        
  83.             At  the  moment  only 2  printer  types  are  supported,  the 
  84.             PANASONIC 9 pin and 24 pin printers. For most cases these are 
  85.             simply  EPSON compatible printers.  The main exception is  in 
  86.             the NLQ (Near Letter Quality) mode.  The PANASONIC 9 pin  NLQ 
  87.             selection is not the same as a EPSON 9 pin printer. I suspect 
  88.             this is so because when the PANASONIC 109X series of printers 
  89.             was first produced,  Epson did not have a 9 pin printer  that 
  90.             supported NLQ.
  91.        
  92.             If the printer you are using is a PANASONIC 9 pin printer  or 
  93.             most any EPSON compatible 24 pin printer, you may choose Near 
  94.             Letter  Quality  mode by clicking on the  'NLQ'  box.  (Other 
  95.             printers will be added at a later date.) 
  96.        
  97.             Once  all the selections have been made simply click on  the 
  98.             box marked 'OK' and the file will be processed as requested. 
  99.             AT  ANY TIME DURING THE PROCESSING OF THE FILE THE  OPERATOR 
  100.             MAY PRESS ANY KEY TO STOP OR PAUSE THE OPERATION.
  101.        
  102.             Once the file has been processed, a new file can be selected 
  103.             or  the user can end the program by clicking on  the  button 
  104.             marked 'QUIT'.
  105.        
  106.             That's all folks.
  107.        
  108.        
  109.        
  110.        -----------------------
  111.        Revision history:
  112.        
  113.        08/19/88 - Original - Version 1.0
  114.        
  115.             This is the 1st version of this program.  At the moment this 
  116.             program does NOT support:
  117.        
  118.                       1. Printers other than EPSON compatibles.
  119.                       2. Near Letter Quality print.
  120.                       3. Graphics
  121.                       4. Multiple ruler tabs.
  122.        
  123.             Everything  else  about  the  1st Word  and  1st  Word  Plus 
  124.             document format is supported.
  125.        
  126.        
  127.             If this program shows itself to be useful to users,  updates 
  128.             to  add the non-supported features will be added at a  later 
  129.             date.
  130.        
  131.        
  132.        12/14/88 - Version 1.1
  133.        
  134.             NLQ printing added for Panasonic 9 Wire printers.
  135.        
  136.             Minor Documentation corrections added.
  137.        
  138.        
  139.        01/04/89 - Version 1.6
  140.        
  141.             Correction of several bugs in program.
  142.        
  143.             Better  compatiblity  with all versions of 1st Word  and  1st 
  144.             Word Plus.
  145.        
  146.             Compatiblity  with  Version  3.0  of  1st  Word  Plus   (most 
  147.             important feature of this revision).
  148.        
  149.             Still not supported:
  150.        
  151.                  1.   1.5  line spacing as opposed to single,  double  or 
  152.                       other whole number spacing.
  153.        
  154.                  2.   Graphics - I have not been able to come up with the 
  155.                       file format for GEM PAINT (.IMG) type files. If you 
  156.                       have information on this format please let me  know 
  157.                       so I can improve the program. 
  158.        
  159.        
  160.        01/21/89 - Version 1.7
  161.        
  162.             Correction of multiple default button bug.
  163.        
  164.        01/21/89 - Version 1.8
  165.        
  166.             Correction of NLQ release bug and compressed print bug.
  167.             
  168.        07/04/89 - Version 1.82
  169.        
  170.             Bug fix and better font control.
  171.           
  172.        -----------------------
  173.        Please  let me know if you have problems or  need  additional 
  174.        features. I can be reached by letter or by electronic mail on 
  175.        GENIE at address M.Albo .
  176.        
  177.        
  178.        Michael Albo
  179.        
  180.        S. 1418 Bluff Dr.
  181.        Spokane, Washington 99206
  182.        
  183.